JBoss Server Used: jboss-eap-7.1.0
Used IDE: IntelliJ IDEA 13.1.3
Can build the war file in target project folder but that created WAR hasn't deployed in JBOSS deployment path location which is "\jboss-eap-7.1.0\standalone\deployments"
JBOSS web.xml file can see in below
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web version="8.0" xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/schema/jbossas/jboss-web_8_0.xsd">
<context-root>/usermanagement</context-root>
</jboss-web>