Nel tuo jboss-deployment-structure.xml sostituisci:
<module name="org.hibernate" slot="ogm" services="import" />
con
<module name="org.hibernate.ogm" slot="main" services="import" />
Dovrebbe funzionare se hai i moduli ogm in WILDFLY_HOME/modules/org/hibernate/ogm/main
. Se non li hai, puoi scaricali dal repository Maven Central
.