ERROR | [ServerService Thread Pool -- 53] | 2014-11-10 12:41:30 | org.apache.catalina.core.
Caused by: org.alfresco.encryption.
The problem is that alfresco looks for an keystore with the name keystore, and an alias metadata in the keystore. This keystore can be found in de alfresco.war file. Normally this keystore would be placed on the classpath by deployment but jboss works a little bit differt. So you need to extract the war and place the keystore on the classpath yourself.
After this, you can follow the manuals on the internet.
Did this post help you in any way can you please leave a comment? This will motivate me writing more posts.